home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / config / te-i386aix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-04  |  561 b   |  30 lines

  1. /*
  2.  * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le
  3.  * <TRANLE@INTELLICORP.COM> by rich@cygnus.com.
  4.  */
  5.  
  6. #define TE_I386AIX 1
  7.  
  8. #include "obj-format.h"
  9.  
  10. /*
  11.  * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted
  12.  * in ascending vaddr.
  13.  */
  14. #undef REVERSE_SORT_RELOCS
  15.  
  16. /*
  17.  * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG
  18.  * is not used in the filehdr for COFF output.
  19.  */
  20. #define KEEP_RELOC_INFO
  21.  
  22. /*
  23.  * Local Variables:
  24.  * comment-column: 0
  25.  * fill-column: 79
  26.  * End:
  27.  */
  28.  
  29. /* end of te-i386aix.h */
  30.